Skip to content

Conversation

artmasa
Copy link
Contributor

@artmasa artmasa commented Feb 11, 2024

Adding method that allows to check if running in local dev environment and enable the following scenario:

if (builder.IsLocalAuthorizationContext())
{
    builder.Services.Configure<FunctionsAuthorizationOptions>(
        options => options.AuthorizationDisabled = true);
}

@artmasa artmasa merged commit 4a2bd25 into 3-1-3-preview Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant